3.2.24 \(\int \frac {a+b \text {ArcSin}(c x)}{(d-c^2 d x^2)^{3/2}} \, dx\) [124]

Optimal. Leaf size=80 \[ \frac {x (a+b \text {ArcSin}(c x))}{d \sqrt {d-c^2 d x^2}}+\frac {b \sqrt {1-c^2 x^2} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \]

[Out]

x*(a+b*arcsin(c*x))/d/(-c^2*d*x^2+d)^(1/2)+1/2*b*ln(-c^2*x^2+1)*(-c^2*x^2+1)^(1/2)/c/d/(-c^2*d*x^2+d)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 80, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {4745, 266} \begin {gather*} \frac {x (a+b \text {ArcSin}(c x))}{d \sqrt {d-c^2 d x^2}}+\frac {b \sqrt {1-c^2 x^2} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcSin[c*x])/(d - c^2*d*x^2)^(3/2),x]

[Out]

(x*(a + b*ArcSin[c*x]))/(d*Sqrt[d - c^2*d*x^2]) + (b*Sqrt[1 - c^2*x^2]*Log[1 - c^2*x^2])/(2*c*d*Sqrt[d - c^2*d
*x^2])

Rule 266

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 4745

Int[((a_.) + ArcSin[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[x*((a + b*ArcSin[c
*x])^n/(d*Sqrt[d + e*x^2])), x] - Dist[b*c*(n/d)*Simp[Sqrt[1 - c^2*x^2]/Sqrt[d + e*x^2]], Int[x*((a + b*ArcSin
[c*x])^(n - 1)/(1 - c^2*x^2)), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] && GtQ[n, 0]

Rubi steps

\begin {align*} \int \frac {a+b \sin ^{-1}(c x)}{\left (d-c^2 d x^2\right )^{3/2}} \, dx &=\frac {x \left (a+b \sin ^{-1}(c x)\right )}{d \sqrt {d-c^2 d x^2}}-\frac {\left (b c \sqrt {1-c^2 x^2}\right ) \int \frac {x}{1-c^2 x^2} \, dx}{d \sqrt {d-c^2 d x^2}}\\ &=\frac {x \left (a+b \sin ^{-1}(c x)\right )}{d \sqrt {d-c^2 d x^2}}+\frac {b \sqrt {1-c^2 x^2} \log \left (1-c^2 x^2\right )}{2 c d \sqrt {d-c^2 d x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.11, size = 77, normalized size = 0.96 \begin {gather*} -\frac {\sqrt {d-c^2 d x^2} \left (2 a c x+2 b c x \text {ArcSin}(c x)+b \sqrt {1-c^2 x^2} \log \left (-1+c^2 x^2\right )\right )}{2 c d^2 \left (-1+c^2 x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcSin[c*x])/(d - c^2*d*x^2)^(3/2),x]

[Out]

-1/2*(Sqrt[d - c^2*d*x^2]*(2*a*c*x + 2*b*c*x*ArcSin[c*x] + b*Sqrt[1 - c^2*x^2]*Log[-1 + c^2*x^2]))/(c*d^2*(-1
+ c^2*x^2))

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 0.08, size = 177, normalized size = 2.21

method result size
default \(\frac {a x}{d \sqrt {-c^{2} d \,x^{2}+d}}+\frac {i b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \arcsin \left (c x \right )}{c \,d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \arcsin \left (c x \right ) x}{d^{2} \left (c^{2} x^{2}-1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \sqrt {-c^{2} x^{2}+1}\, \ln \left (1+\left (i c x +\sqrt {-c^{2} x^{2}+1}\right )^{2}\right )}{c \,d^{2} \left (c^{2} x^{2}-1\right )}\) \(177\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arcsin(c*x))/(-c^2*d*x^2+d)^(3/2),x,method=_RETURNVERBOSE)

[Out]

a*x/d/(-c^2*d*x^2+d)^(1/2)+I*b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c/d^2/(c^2*x^2-1)*arcsin(c*x)-b*(-d*(
c^2*x^2-1))^(1/2)*arcsin(c*x)/d^2/(c^2*x^2-1)*x-b*(-d*(c^2*x^2-1))^(1/2)*(-c^2*x^2+1)^(1/2)/c/d^2/(c^2*x^2-1)*
ln(1+(I*c*x+(-c^2*x^2+1)^(1/2))^2)

________________________________________________________________________________________

Maxima [A]
time = 0.49, size = 62, normalized size = 0.78 \begin {gather*} \frac {b x \arcsin \left (c x\right )}{\sqrt {-c^{2} d x^{2} + d} d} + \frac {a x}{\sqrt {-c^{2} d x^{2} + d} d} - \frac {b \log \left (x^{2} - \frac {1}{c^{2}}\right )}{2 \, c d^{\frac {3}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="maxima")

[Out]

b*x*arcsin(c*x)/(sqrt(-c^2*d*x^2 + d)*d) + a*x/(sqrt(-c^2*d*x^2 + d)*d) - 1/2*b*log(x^2 - 1/c^2)/(c*d^(3/2))

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(-c^2*d*x^2 + d)*(b*arcsin(c*x) + a)/(c^4*d^2*x^4 - 2*c^2*d^2*x^2 + d^2), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {a + b \operatorname {asin}{\left (c x \right )}}{\left (- d \left (c x - 1\right ) \left (c x + 1\right )\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*asin(c*x))/(-c**2*d*x**2+d)**(3/2),x)

[Out]

Integral((a + b*asin(c*x))/(-d*(c*x - 1)*(c*x + 1))**(3/2), x)

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arcsin(c*x))/(-c^2*d*x^2+d)^(3/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Ch
eck [abs(t_

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {a+b\,\mathrm {asin}\left (c\,x\right )}{{\left (d-c^2\,d\,x^2\right )}^{3/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*asin(c*x))/(d - c^2*d*x^2)^(3/2),x)

[Out]

int((a + b*asin(c*x))/(d - c^2*d*x^2)^(3/2), x)

________________________________________________________________________________________